Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all minor updates #279

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@pulumi/pulumi (source) 3.146.0 -> 3.152.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.28.14 -> 5.66.9 age adoption passing confidence dependencies minor
@types/react (source) ^19.0.0 -> ^18.3.18 age adoption passing confidence devDependencies minor
@types/react-dom (source) ^19.0.0 -> ^18.3.5 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 7.4.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.4.0 -> 7.18.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-react-swc 3.6.0 -> 3.8.0 age adoption passing confidence devDependencies minor
axios (source) 1.6.8 -> 1.7.9 age adoption passing confidence dependencies minor
eslint (source) 9.0.0 -> 9.21.0 age adoption passing confidence devDependencies minor
pulumi/pulumi 3.145.0 -> 3.152.0 age adoption passing confidence image-name minor
react (source) ^19.0.0 -> ^18.2.0 age adoption passing confidence dependencies minor
react-dom (source) ^19.0.0 -> ^18.2.0 age adoption passing confidence dependencies minor
react-router-dom (source) 6.22.3 -> 6.29.0 age adoption passing confidence dependencies minor
typescript (source) 5.4.4 -> 5.7.3 age adoption passing confidence devDependencies minor
vite (source) 5.2.8 -> 5.4.14 age adoption passing confidence devDependencies minor
org.java-websocket:Java-WebSocket 1.5.7 -> 1.6.0 age adoption passing confidence dependencies minor
org.jetbrains.kotlin.plugin.serialization 2.0.21 -> 2.1.10 age adoption passing confidence plugin minor
org.jetbrains.kotlin.jvm 2.0.21 -> 2.1.10 age adoption passing confidence plugin minor

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.152.0

Compare Source

3.152.0 (2025-02-21)

Bug Fixes
  • [auto] Fix up with nested secret in config file
    #​18676

  • [cli] Fix mapping in the presence of hardcoded entries
    #​18680

v3.151.0

Compare Source

3.151.0 (2025-02-21)

Features
  • [engine] Changes to source position metadata will be batched in the snapshot system
    #​18579

  • [cli/display] Add --show-secrets args to pulumi up and pulumi preview, showing secrets in the CLI output. Fixing #​9830
    #​18503

  • [auto/go] Include stderr when InstallPulumiCommand fails
    #​18549

  • [auto/nodejs] Add the --preview-only flag to the refresh command in the NodeJS Automation API
    #​18662

  • [auto/nodejs] Support --clear-pending-creates for the refresh command in the NodeJS automation API
    #​18653

  • [cli/package] Support parameterizing providers when calling get-mapping

  • [auto/python] Add --clear-pending-creates to the refresh command in the Python Automation API
    #​18658

  • [backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to the service.
    #​18489

  • [backend/service] Add bulk encrypte service types
    #​18588

  • [programgen] Add conformance test for dynamic lists and returns
    #​18424

  • [programgen] Implement a first version of try in PCL
    #​18454

  • [programgen] Implement a version of can in PCL
    #​18571

  • [programgen] Support parameterized mapping from source ecosystems (e.g. Terraform) to Pulumi when converting programs

  • [sdk/nodejs] [Experimental/Components] Add infrastructure for component discovery and schema inference
    #​18580

  • [sdk/nodejs] [Experimental/Components] Infer simple inputs/outputs and optionality
    #​18590

  • [sdk/nodejs] [Experimental/Components] Instantiate components
    #​18583

  • [sdk/nodejs] [Experimental/Components]: Handle ComplexType
    #​18602

  • [sdk/nodejs] [Experimental/Components] Hook up inputs & outputs in the provider
    #​18600

  • [sdk/nodejs] [Experimental/Components] Infer input types
    #​18597

  • [sdk/python] [Experimental/Components] Handle Assets and Archives
    #​18513

  • [sdk/python] [Experimental/Components]: Infer type and property descriptions
    #​18540

Bug Fixes
  • [cli] Fix nesting directories when generating multiple sdks
    #​18332

  • [cli] Fix a panic in help new when local templates weren't present
    #​18661

  • [engine] Send parent URN to resource transforms
    #​18642

  • [engine] The engine will now call DiffConfig on explict providers to decide replace semantics, this matches the behaviour for default providers
    #​18509

  • [engine] Don't overwrite schema versions if they exist
    #​18672

  • [pkg] Do not cache schema if we never read it back
    #​18618

  • [cli/config] Fix reading YAML config with uint64 sized numbers
    #​18582

  • [sdk/nodejs] Improve type inference for output and Unwrap when used on tuples
    #​18652

  • [cli/package] Avoid panic'ing when the project file is invalid
    #​18537

  • [sdk/python] [Experimental/Components] Detect more map and array types
    #​18546

  • [sdk/python] [Experimental/Components] Return Python stack trace on error
    #​18558

  • [sdk/python] Fix source position information to point to user code, not provider SDKs
    #​18575

Miscellaneous
  • [sdk/dotnet] Update dotnet to 8.0 LTS
    #​18619

v3.150.0

Compare Source

Features
  • [cli/state] Add --all to state delete
    #​18502

  • [sdk/python] [Experimental/Components] Check for required inputs
    #​18487

  • [sdk/python] [Experimental/Components] Infer plain types
    #​18483

Bug Fixes
  • [engine] Fix a potential panic for corrupted secret values
    #​18501

  • [engine] Apply autonaming strategy only to custom resources, not components
    #​18523

  • [sdk/python] [Experimental/Components] Throw an error when encountring resource references
    #​18485

Miscellaneous
  • [pkg] Change BulkDecrypt to return list instead of map
    #​18486

v3.149.0

Compare Source

Features
  • [cli] Update pulumi-java to 1.2.0

  • [cli/display] Always print resource summaries in preview, even after errors
    #​18465

  • [cli/plugin] Improve the warning when using plugins from PATH
    #​18476

  • [engine] Deployments continue past delete errors due to protect
    #​18396

  • [sdk/python] [Experimental/Components] Add infrastructure to bootstrap providers from component resources
    #​18403
    #​18401

  • [sdk/python] [Experimental/Components] Analyze ComponentResource properties
    #​18403

  • [sdk/python] [Experimental/Components] Infer ComplexTypes for ComponentResources
    #​18405

  • [sdk/python] [Experimental/Components] Handle complex types in inputs and outputs
    #​18419

  • [sdk/python] [Experimental/Components] Support array types in component schema inference
    #​18469

  • [sdk/python] [Experimental/Components] Support dict types in component schema inference
    #​18472

Bug Fixes
  • [engine] Filter __internal keys when calling providers DiffConfig
    #​18440

  • [engine] The engine will correctly use old state for provider config with no reported differences
    #​18411

  • [cli/config] Fix setting indexed top-level config keys
    #​18444

  • [cli/import] Fix the declaration of parameterized providers in import JSON files
    #​18450

  • [sdk/go] Provide a better error message when a Go program can't be run
    #​18383

  • [cli/package] Allow https:// prefixes for Git repository URLs
    #​18380

  • [cli/package] Fix package add and code generation when package name contains dashes in Go
    #​18457

  • [sdk/python] [Experimental/Components] Handle inputs and outputs
    #​18408

v3.148.0

Compare Source

Features
  • [cli/config] Introduce --type flag for config set
    #​18287

  • [cli/new] Improve docs for disambiguating repositories on hosts where the URL is ambiguous
    #​18379

  • [cli/package] Automatically get latest version for git based plugins if none is specified
    #​18215

  • [cli/package] Allow plugins from git sources to live in subdirectories in the repository
    #​18322

  • [sdk/python] Support commits in prerelease versions of generated Python SDKs
    #​18289

Bug Fixes
  • [cli/config] Fix parsing of config keys with paths and colons in path segments
    #​18378

  • [engine] Fix some plugin context leaks, which could leave plugin processes running on exit
    #​18373

  • [cli/package] Respect virtualenv option in package add/link
    #​18319

  • [programgen/nodejs] Handle keyword overlap of "this" keyword for local variables
    #​18177

  • [sdk/nodejs] Fix debug strings triggering the Output toString error
    #​18016

  • [sdk/nodejs] Use the corepack executable from dev dependencies
    #​18393

  • [sdk/python] Allow Pip 25
    #​18343

  • [sdk/python] Make RunPlugin default to using a virtualenv
    #​18371

Miscellaneous
  • [sdk/{dotnet,java}] Update Java to 1.1.0 and Dotnet to 3.72.0
    #​18394

  • [sdkgen] Align pulumi.json and schema.go
    #​18334

v3.147.0

Compare Source

Features
  • [cli] Update go.mod to require go1.22
    #​18274

  • [cli/config] Improve documentation for pulumi config set
    #​18285

  • [cli/package] Allow short hashes as versions in package add
    #​18277

  • [cli/{package,plugin}] Support getting plugins from remote git sources
    #​17827

Bug Fixes
  • [engine] Skip acquiring program packages during refresh when running inline automation programs
    #​18283

  • [sdk/nodejs] Avoid unnecessary Node.js installations
    #​18293

  • [sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps
    #​18275

  • [sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility
    #​18304

Miscellaneous
  • [sdk/python] Manage the publish dependencies in pyproject.toml
    #​18261
TanStack/query (@​tanstack/react-query)

v5.66.9

Compare Source

Version 5.66.9 - 2/21/25, 1:19 PM

Changes

Fix
  • types: prevent type errors and improve inference for dynamic queries on useQueries and useSuspenseQueries (#​8624) (f63ba16) by Yoomin Kang

Packages

v5.66.8

Compare Source

v5.66.7

Compare Source

Version 5.66.7 - 2/18/25, 2:00 PM

Changes
Refactor
Packages

v5.66.6

Compare Source

Version 5.66.6 - 2/18/25, 9:47 AM

Changes

Fix
  • react-query: make error to be shown when using queryOptions with initialData and skipToken in queryFn inside useSuspenseQueries (#​8665) (56183f0) by Yoomin Kang

Packages

v5.66.5

Compare Source

Version 5.66.5 - 2/17/25, 3:59 PM

Changes

Fix
  • react-query: fix queryOptions with initialData to work on useSuspenseQueries (#​8658) (9a7bfd9) by Yoomin Kang

Packages

v5.66.4

Compare Source

v5.66.3

Compare Source

Version 5.66.3 - 2/16/25, 12:57 PM

Changes
Perf
  • react-query: useQueries have quadratic performance in relation to the number of queries (#​8641) (4ab455c) by Kim YoungHoon
Packages

v5.66.2

Compare Source

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat
  • core: add client to queryFunctionContext (#​8599) (f86eb7e) by Dominik Dorfmeister
Docs
  • Add OpenAPI Qraft React to the list of community projects (#​8588) (a507400) by Alex Batalov

Packages

v5.65.1

Compare Source

Version 5.65.1 - 1/28/25, 8:59 AM

Changes

Fix

Packages

v5.65.0

Compare Source

Version 5.65.0 - 1/27/25, 4:19 PM

Changes

Feat
  • types: type narrowing for isPlaceholderData (#​8586) (2399bb0) by Dominik Dorfmeister
Chore
  • composite monorepo (#​8560) (97f5544) by Dominik Dorfmeister
  • deps: update dependency vite to v5.4.12 [security] (#​8563) (4a0a129) by renovate[bot]
Ci
Docs

Packages

v5.64.2

Compare Source

Version 5.64.2 - 1/19/25, 8:45 AM

Changes

Fix
  • react-query: add missing subscribed option to UseInfiniteQueryOptions (#​8546) (3e3fba9) by Seyed Mohammad Asadi
Chore
  • deps: replace rimraf with premove (#​8532) (f04dd19) by Lachlan Collins

Packages

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes
Fix
Packages

v5.64.0

Compare Source

Version 5.64.0 - 1/11/25, 6:59 PM

Changes
Feat
Docs
Packages

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/parser
npm error   dev @typescript-eslint/parser@"^7.0.0" from the root project
npm error   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-02-22T02_48_43_341Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-02-22T02_48_43_341Z-debug-0.log

@renovate renovate bot force-pushed the renovate/all-minor branch 4 times, most recently from cd7574e to d68f376 Compare January 27, 2025 08:59
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from b620c39 to d98eab1 Compare February 8, 2025 01:58
@renovate renovate bot force-pushed the renovate/all-minor branch from d98eab1 to 1478aa9 Compare February 11, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor branch 2 times, most recently from df91fd4 to 0ec0e04 Compare February 21, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor branch from 0ec0e04 to 5e8a861 Compare February 22, 2025 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants